home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / children / henspell.arj / SPELLS.BAT < prev    next >
DOS Batch File  |  1992-06-23  |  480b  |  25 lines

  1. Echo off
  2. if not exist sbfmdrv.com goto try2
  3. sbfmdrv.com
  4. goto load_bos
  5. :try2
  6. if not exist \sbfmdrv.com goto try3
  7. \sbfmdrv.com
  8. goto load_bos
  9. :try3
  10. if not exist \sb\sbfmdrv.com goto try4
  11. \sb\sbfmdrv.com
  12. goto load_bos
  13. :try4
  14. if not exist \sbpro\sbfmdrv.com goto load_bos
  15. :no_bos
  16. echo 'BOSPROG.EXE' is not in the current directory so cannot load it.
  17. goto end
  18. :load_bos
  19. cls
  20. Echo Loading, please wait ...
  21. if not exist bosprog.exe goto no_bos
  22. bosprog
  23. goto end
  24. :end
  25.